home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmProperties
- BorderStyle = 3 'Fixed Dialog
- Caption = "Properties"
- ClientHeight = 1620
- ClientLeft = 30
- ClientTop = 270
- ClientWidth = 2595
- ControlBox = 0 'False
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1620
- ScaleWidth = 2595
- ShowInTaskbar = 0 'False
- StartUpPosition = 1 'CenterOwner
- Begin VB.CommandButton cmdOK
- Caption = "&OK"
- Default = -1 'True
- Height = 324
- Left = 1440
- TabIndex = 2
- Top = 1152
- Width = 996
- End
- Begin VB.PictureBox picImage
- BorderStyle = 0 'None
- Enabled = 0 'False
- Height = 504
- Left = 84
- ScaleHeight = 510
- ScaleWidth = 525
- TabIndex = 0
- Top = 84
- Width = 528
- End
- Begin VB.Label lblEnabled
- Caption = "Enabled"
- Height = 228
- Left = 816
- TabIndex = 3
- Top = 312
- Width = 1620
- End
- Begin VB.Label lblCaption
- Caption = "Caption"
- Height = 228
- Left = 816
- TabIndex = 1
- Top = 48
- Width = 1620
- End
- Attribute VB_Name = "frmProperties"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdOK_Click()
- Unload Me
- End Sub
-